home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / misc / math / MathFX_src.lha / fxr135.c < prev    next >
C/C++ Source or Header  |  1995-12-20  |  133b  |  10 lines

  1. #include "mathfx.h"
  2.  
  3. void fxr135(ix,iy,isens)
  4. int *ix, *iy, isens;
  5. {
  6.       *ix = -*ix;
  7.       *iy = -*iy;
  8.       fxr45(ix,iy,isens);
  9. }
  10.